aboutsummaryrefslogtreecommitdiffstats
path: root/paredit [disowned]/paredit.install
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--paredit [disowned]/paredit.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/paredit [disowned]/paredit.install b/paredit [disowned]/paredit.install
deleted file mode 100644
index 210acab..0000000
--- a/paredit [disowned]/paredit.install
+++ /dev/null
@@ -1,17 +0,0 @@
-post_install() {
- cat << 'EOF'
-==> Put this in your $HOME/.emacs file to enable autoloading of paredit:
-
-(autoload 'paredit-mode "paredit"
- "Minor mode for pseudo-structurally editing Lisp code." t)
-
-==> Toggle Paredit Mode with `M-x paredit-mode RET', or enable it
-==> always in a major mode `M' (e.g., `lisp' or `scheme') with:
-
-(add-hook M-mode-hook (lambda () (paredit-mode +1)))
-EOF
-}
-
-post_upgrade() {
- post_install
-}